home *** CD-ROM | disk | FTP | other *** search
/ A Field Trip to the Sky (Demo) / Mac_Sunburst_AFieldTripToTheSky-Demo.iso / DIR / GAME.DIR / 00122_Script_done alert frame < prev    next >
Text File  |  1996-03-27  |  252b  |  16 lines

  1. global gDistCast, gWeightPos, gMagCast
  2.  
  3. on enterFrame
  4.   pause
  5.   close window "GAME1.DIR"
  6.   forget window "GAME1.DIR"
  7.   
  8.   open window "GAME2.DIR"
  9.   set the windowType of window "GAME2.DIR" to 2
  10.   
  11. end
  12.  
  13. on exitFrame
  14.   go to the frame
  15. end
  16.